cmMergeCopy Combines the pattern and the source bitmap by using the Boolean AND operator.
cmMergePaint Combines the inverted source bitmap with the destination bitmap by using the Boolean OR operator.
cmNotSrcCopy Copies the inverted source bitmap to the destination.
cmNotSrcErase Inverts the result of combining the destination and source bitmaps by using the Boolean OR operator.
cmPatCopy Copies the pattern to the destination bitmap with the pattern by using the Boolean XOR operator.
cmPatInvert Combines the destination bitmap with the pattern by using the Boolean XOR operator
cmPatPaint Combines the inverted source bitmap with the pattern by using the Boolean OR operator. Combines the result of this operation with the destination bitmap by using the Boolean OR operator.
cmSrcAnd Combines pixels from the destination and source bitmaps by using the Boolean AND operator.
cmSrcCopy Copies the source bitmap to the destination bitmap.
cmSrcErase Inverts the destination bitmap and combines the result with the source bitmap by using the Boolean AND operator.
cmSrcInvert Combines pixels from the destination and source bitmaps by using the Boolean XOR operator.
cmSrcPaint Combines pixels from the destination and source bitmaps by using the Boolean OR operator.